aboutsummaryrefslogtreecommitdiff
path: root/apps/web/app/api/[...nextauth]
diff options
context:
space:
mode:
authorDhravya Shah <[email protected]>2024-06-18 17:58:46 -0500
committerDhravya Shah <[email protected]>2024-06-18 17:58:46 -0500
commitf4bb71e8f7e07bb2e919b7f222d5acb2905eb8f2 (patch)
tree7310dc521ef3559055bbe71f50c3861be2fa0503 /apps/web/app/api/[...nextauth]
parentdarkmode by default - so that the colors don't f up on lightmode devices (diff)
parentCreate Embeddings for Canvas (diff)
downloadsupermemory-f4bb71e8f7e07bb2e919b7f222d5acb2905eb8f2.tar.xz
supermemory-f4bb71e8f7e07bb2e919b7f222d5acb2905eb8f2.zip
Diffstat (limited to 'apps/web/app/api/[...nextauth]')
-rw-r--r--apps/web/app/api/[...nextauth]/route.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/api/[...nextauth]/route.ts b/apps/web/app/api/[...nextauth]/route.ts
index 50807ab1..e19cc16e 100644
--- a/apps/web/app/api/[...nextauth]/route.ts
+++ b/apps/web/app/api/[...nextauth]/route.ts
@@ -1,2 +1,2 @@
-export { GET, POST } from "../../helpers/server/auth";
+export { GET, POST } from "../../../server/auth";
export const runtime = "edge";